|
|
|
|
BackColorSelectedStart Property, TabClass Class |
Defines the tab's starting background color when using a gradient fill (in conjunction with BackColorEnd), used when the tab is the current tab.
Syntax TabClass Class (Softelvdm.SftTabsNET)
VB |
Public Property BackColorSelectedStart As Color |
C# |
public Color BackColorSelectedStart { get; set; } |
C++ |
public: property Color BackColorSelectedStart { |
Property Value
The starting background color used when the tab is the current tab.
The default value is Color.Empty.
Comments
The BackColorSelectedStart property defines the tab's starting background color when using a gradient fill (in conjunction with BackColorEnd), used when the tab is the current tab.
If both BackColorSelectedStart and BackColorSelectedEnd are defined, the tab is rendered using a gradient fill when the tab is the current tab. On display devices that do not support gradient fills or if fewer than 65K colors are available, the BackColor property is used instead.